net/http.connReader.mu (field)
4 uses
net/http (current package)
server.go#L639: mu sync.Mutex // guards following
server.go#L649: cr.mu.Lock()
server.go#L651: cr.cond = sync.NewCond(&cr.mu)
server.go#L655: func (cr *connReader) unlock() { cr.mu.Unlock() }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)